﻿html, body {
    height: 100%;
    width: 100%;
}

.modal {
    overflow: auto !important;
}

#gritter-notice-wrapper {
    z-index: 9999 !important;
}

#DivLoadingOverlay {
    background: rgba(0,0,0, 0.7);
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: none;
    position: fixed;
    z-index: 9998;
}

    #DivLoadingOverlay div {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
    }

        #DivLoadingOverlay div i {
            color: #fff;
            margin-left: auto;
            margin-right: auto;
        }

#BackgroundVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    object-fit: cover;
    z-index: -1;
}

.copy-right-footer {
    text-align: right;
    position: fixed;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 5px;
}

.copy-right-link {
    color: #fff;
    text-decoration: underline;
}

    .copy-right-link:hover, .copy-right-link:active:focus {
        color: #fff;
        text-decoration: underline;
        font-weight: bold;
    }

.gritter-notice-wrapper {
    z-index: 9999;
}

.gritter-alert-success {
    background: rgba(0, 255, 0, 0.5) !important;
}

    .gritter-alert-success .gritter-title {
        color: #fff !important;
    }

    .gritter-alert-success p {
        color: #fff !important;
    }

    .gritter-alert-success .gritter-close {
        color: #fff !important;
    }

.gritter-alert-warning {
    background: rgba(255, 255, 0, 0.5) !important;
}

    .gritter-alert-warning .gritter-title {
        color: #333 !important;
    }

    .gritter-alert-warning p {
        color: #333 !important;
    }

    .gritter-alert-warning .gritter-close {
        color: #333 !important;
    }

.gritter-alert-danger {
    background: rgba(255, 0, 0, 0.5) !important;
}

    .gritter-alert-danger .gritter-title {
        color: #fff !important;
    }

    .gritter-alert-danger p {
        color: #fff !important;
    }

    .gritter-alert-danger .gritter-close {
        color: #fff !important;
    }

.swal-btn-danger:hover {
    color: #fff !important;
    background-color: #ff2924 !important;
    border-color: #ff2924 !important;
}